projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
335142f
)
* configure.ac: Tweak previous change.
author
Glenn Morris
<rgm@gnu.org>
Mon, 9 Sep 2013 00:10:58 +0000
(17:10 -0700)
committer
Glenn Morris
<rgm@gnu.org>
Mon, 9 Sep 2013 00:10:58 +0000
(17:10 -0700)
Only disable GZIP_PROG if there is something to disable.
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index ba5e9d2fb08faabc0a13e0fed26bdbe688abb6c0..2e90f5fb7b5681ec80c44f6e9424bbfda23cdb4f 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-946,7
+946,7
@@
AC_PATH_PROG(INSTALL_INFO, install-info, :,
dnl Don't use GZIP, which is used by gzip for additional parameters.
AC_PATH_PROG(GZIP_PROG, gzip)
-test $with_compress_install != yes && \
+test $with_compress_install != yes &&
test -n "$GZIP_PROG" &&
\
GZIP_PROG=" # $GZIP_PROG # (disabled by configure --without-compress-install)"
if test $opsys = gnu-linux; then